set

@JvmName(name = "setRoute")
operator fun DslList<Int, RouteDiscoveryKt.Dsl.RouteProxy>.set(index: Int, value: Int)
The list of nodenums this packet has visited so far to the destination.

repeated fixed32 route = 1;

Parameters

index

The index to set the value at.

value

The route to set.


@JvmName(name = "setSnrTowards")
operator fun DslList<Int, RouteDiscoveryKt.Dsl.SnrTowardsProxy>.set(index: Int, value: Int)
The list of SNRs (in dB, scaled by 4) in the route towards the destination.

repeated int32 snr_towards = 2;

Parameters

index

The index to set the value at.

value

The snrTowards to set.


@JvmName(name = "setRouteBack")
operator fun DslList<Int, RouteDiscoveryKt.Dsl.RouteBackProxy>.set(index: Int, value: Int)
The list of nodenums the packet has visited on the way back from the destination.

repeated fixed32 route_back = 3;

Parameters

index

The index to set the value at.

value

The routeBack to set.


@JvmName(name = "setSnrBack")
operator fun DslList<Int, RouteDiscoveryKt.Dsl.SnrBackProxy>.set(index: Int, value: Int)
The list of SNRs (in dB, scaled by 4) in the route back from the destination.

repeated int32 snr_back = 4;

Parameters

index

The index to set the value at.

value

The snrBack to set.